home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 1.3.dxr / Internal_67_oude draai.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  146 b   |  6 lines

  1. on enterFrame me
  2.   global windsnelheid
  3.   sprite(17).rotation = sprite(17).rotation + windsnelheid
  4.   sprite(16).rotation = sprite(17).rotation
  5. end
  6.